Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(f3): fix hot loop in F3 participation #12575

Merged
merged 4 commits into from
Oct 10, 2024
Merged

Conversation

Kubuxu
Copy link
Contributor

@Kubuxu Kubuxu commented Oct 10, 2024

Due to a bug in the awaitLeaseExpiry, we would retry immediately, which then would cause a hot loop.
Fix the bug and add a bit of hot-loop protection.

@Kubuxu Kubuxu added the skip/changelog This change does not require CHANGELOG.md update label Oct 10, 2024
@Kubuxu Kubuxu force-pushed the fix/f3-participate-hotloop branch 2 times, most recently from 1a4840e to bc62fd8 Compare October 10, 2024 15:34
@Kubuxu Kubuxu removed the skip/changelog This change does not require CHANGELOG.md update label Oct 10, 2024
Copy link
Contributor Author

@Kubuxu Kubuxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Stebalien Stebalien merged commit e769bdf into master Oct 10, 2024
83 checks passed
@Stebalien Stebalien deleted the fix/f3-participate-hotloop branch October 10, 2024 16:21
rjan90 pushed a commit that referenced this pull request Oct 14, 2024
* fix(f3): fix hot loop in F3 participation
* fix(f3): Correct lease expiration log message
* feat(f3): log not-before and not-after for new leases
* test(f3): make the f3-enabled test wait for at one lease to expire

---------

Signed-off-by: Jakub Sztandera <[email protected]>
Co-authored-by: Steven Allen <[email protected]>
rjan90 pushed a commit that referenced this pull request Oct 14, 2024
* fix(f3): fix hot loop in F3 participation
* fix(f3): Correct lease expiration log message
* feat(f3): log not-before and not-after for new leases
* test(f3): make the f3-enabled test wait for at one lease to expire

---------

Signed-off-by: Jakub Sztandera <[email protected]>
Co-authored-by: Steven Allen <[email protected]>
rjan90 pushed a commit that referenced this pull request Oct 14, 2024
* fix(f3): fix hot loop in F3 participation
* fix(f3): Correct lease expiration log message
* feat(f3): log not-before and not-after for new leases
* test(f3): make the f3-enabled test wait for at one lease to expire

---------

Signed-off-by: Jakub Sztandera <[email protected]>
Co-authored-by: Steven Allen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ☑️ Done (Archive)
Development

Successfully merging this pull request may close these issues.

4 participants